Poster title |
|
|
|
Abstract This paragraph will be rendered inside a wide box right below the
poster title and authors information.
The render_print format option is set to TRUE by default in this poster
sample, and will result in postr::render being called when knitting the
document (see help("flex_dashboard_poster", package = postr)).
To disable this (recommended in the initial stages of poster development)
set the render_print option to FALSE.
This section defines the first column of the body row of the poster.
You can include regular markdown text and R code chunks.
Content for the second column.
To show the code in the chunks you have to ask for it with echo=TRUE.
You can also include data frames as tables just by printing them
## Sepal.Length Sepal.Width Petal.Length Petal.Width Species
## 1 5.1 3.5 1.4 0.2 setosa
## 2 4.9 3.0 1.4 0.2 setosa
## 3 4.7 3.2 1.3 0.2 setosa
## 4 4.6 3.1 1.5 0.2 setosa
## 5 5.0 3.6 1.4 0.2 setosa
## 6 5.4 3.9 1.7 0.4 setosa
This template shows 3 columns in the body row, you can change this by adding or removing third level headings (i.e. lines starting with ###).